1. Extract zip to Documents\Larian Studios\Baldur's Gate 3\Mods
2. Copy the following into Documents\Larian Studios\Baldur's Gate 3\PlayerProfiles\{Profile}\modsettings.lsx
	
							<node id="ModuleShortDesc">
              ﻿﻿﻿				<attribute id="Folder" type="LSWString" value="BattleMaster"/>
							﻿﻿﻿<attribute id="MD5" type="LSString" value=""/>
              ﻿﻿﻿				<attribute id="Name" type="FixedString" value="BattleMaster"/>
              ﻿﻿﻿				<attribute id="UUID" type="FixedString" value="1153e887-74e4-4cce-9614-8e928fdc5659"/>
              ﻿﻿﻿				<attribute id="Version" type="int32" value="1.4"/>
            ﻿﻿			</node>
3. Your modsettings.lsx should now look like this, with no other mods installed
	
	<?xml version="1.0" encoding="UTF-8"?>
<save>
    <version major="4" minor="0" revision="0" build="51"/>
    <region id="ModuleSettings">
        <node id="root">
            <children>
                <node id="ModOrder"/>
                <node id="Mods">
                    <children>
                        <node id="ModuleShortDesc">
                            <attribute id="Folder" type="LSWString" value="Gustav"/>
                            <attribute id="MD5" type="LSString" value=""/>
                            <attribute id="Name" type="FixedString" value="Gustav"/>
                            <attribute id="UUID" type="FixedString" value="991c9c7a-fb80-40cb-8f0d-b92d4e80e9b1"/>
                            <attribute id="Version" type="int32" value="268435456"/>
                        </node>
						<node id="ModuleShortDesc">
              ﻿﻿﻿				<attribute id="Folder" type="LSWString" value="BattleMaster"/>
							﻿﻿﻿<attribute id="MD5" type="LSString" value=""/>
              ﻿﻿﻿				<attribute id="Name" type="FixedString" value="BattleMaster"/>
              ﻿﻿﻿				<attribute id="UUID" type="FixedString" value="1153e887-74e4-4cce-9614-8e928fdc5659"/>
              ﻿﻿﻿				<attribute id="Version" type="int32" value="1.4"/>
            ﻿﻿			</node>
                    </children>
                </node>
            </children>
        </node>
    </region>
</save>

